TranslateMatrix
TheTranslateMatrix
function allows your application to add a translation value to a specified matrix.
pascal void TranslateMatrix (MatrixRecord *m, Fixed deltaH, Fixed deltaV);
m
- Contains a pointer to the matrix structure for this operation.
deltaH
- Specifies the value to be added to the x coordinate translation value.
deltaV
- Specifies the value to be added to the y coordinate translation value.
ERROR CODES
None